module Base
{
	
	item Shoes_BlueTrainers
	{
		DisplayName = Sneakers,
		DisplayCategory = Clothing,
		Type = Clothing,
		Icon = ShoesRunningBlue,
		BloodLocation = Shoes,
		BodyLocation = Shoes,
		ClothingItem = Shoes_BlueTrainers,
		ConditionLowerChanceOneIn = 10,
		ConditionMax = 24,
		Insulation = 0.45,
		RemoveOnBroken = FALSE,
		RunSpeedModifier = 1.1,
		ScratchDefense = 10,
		StompPower = 1.8,
		WindResistance = 0.3,
		WorldStaticModel = Shoes_Ground,
	}
	
	item Shoes_RedTrainers
	{
		DisplayName = Sneakers,
		DisplayCategory = Clothing,
		Type = Clothing,
		Icon = ShoesRunningRed,
		BloodLocation = Shoes,
		BodyLocation = Shoes,
		ClothingItem = Shoes_RedTrainers,
		ConditionLowerChanceOneIn = 10,
		ConditionMax = 24,
		Insulation = 0.45,
		RemoveOnBroken = FALSE,
		RunSpeedModifier = 1.1,
		ScratchDefense = 10,
		StompPower = 1.8,
		WindResistance = 0.3,
		WorldStaticModel = Shoes_Ground,
	}
	
	item Shoes_TrainerTINT
	{
		DisplayName = Sneakers,
		DisplayCategory = Clothing,
		Type = Clothing,
		IconsForTexture = ShoesRunningWhite;SneakersWhiter;SneakersBlackStripe,
		BloodLocation = Shoes,
		BodyLocation = Shoes,
		ClothingItem = Shoes_TrainerTINT,
		ConditionLowerChanceOneIn = 10,
		ConditionMax = 24,
		Insulation = 0.45,
		RemoveOnBroken = FALSE,
		RunSpeedModifier = 1.1,
		ScratchDefense = 10,
		StompPower = 1.8,
		WindResistance = 0.3,
		WorldStaticModel = Shoes_Ground,
	}
	
}